ComponentOne Xamarin.Android
GroupAsync Method (C1GroupCollectionView<S>)


C1.CollectionView Assembly > C1.CollectionView Namespace > C1GroupCollectionView<S> Class : GroupAsync Method
The group descriptions that determine how the data will be grouped.
Groups the collection view according to the specified group descriptions.
Syntax
'Declaration
 
<AsyncStateMachineAttribute(C1.CollectionView.C1GroupCollectionView`1/d__16)> 
Public Overrides Function GroupAsync( _ 
   ByVal ParamArray groupDescriptions() As GroupDescription _ 
) As Task
'Usage
 
Dim instance As C1GroupCollectionView(Of S)
Dim groupDescriptions() As GroupDescription
Dim value As Task
 
value = instance.GroupAsync(groupDescriptions)
[AsyncStateMachine(C1.CollectionView.C1GroupCollectionView`1/d__16)] 
public override Task GroupAsync( 
   params GroupDescription[] groupDescriptions 
)

Parameters

groupDescriptions
The group descriptions that determine how the data will be grouped.
See Also

Reference

C1GroupCollectionView<S> Class
C1GroupCollectionView<S> Members